TEnumerable.From<T>(T[]) Method

Represents method From<T>(T[]).

Namespace: Spring.Collections
public
 class function From<T>(const source: array of T): IEnumerable<T>; overload; static;

Type Parameters

T

Parameters

source
Type: array of T

Return Value

Type: IEnumerable<T>